Target Group

aws/networking aws/concept

💡 Definition

A Target Group is a logical grouping of targets (such as EC2 instances, Lambda functions, or IP addresses) that an Elastic Load Balancer routes traffic to.

🔑 Key Concepts

⚙️ How it Works

  1. Create: Create a Target Group specifying Protocol (HTTP), Port (80), and VPC.
  2. Define Health Check: e.g., "Ping /health every 30 seconds".
  3. Associate: Associate the Target Group with a Listener Rule on an Application Load Balancer.
  4. Register: Register instances (manually or via ASG).

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Application Load Balancer * Load Balancer * Auto Scaling